projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae66d4f
)
Add (inout) annotation to gtk_tree_model_iter_next()
author
Philip Withnall
<philip.withnall@collabora.co.uk>
Fri, 30 Jul 2010 11:51:39 +0000
(13:51 +0200)
committer
Philip Withnall
<philip@tecnocode.co.uk>
Wed, 4 Aug 2010 23:53:36 +0000
(
00:53
+0100)
Closes: bgo#625650
gtk/gtktreemodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodel.c
b/gtk/gtktreemodel.c
index d80ce3a492fa4e04238d63db8836a35bdf03a98c..192a06930fd34405f653bca038e58293a22cf6e0 100644
(file)
--- a/
gtk/gtktreemodel.c
+++ b/
gtk/gtktreemodel.c
@@
-1174,7
+1174,7
@@
gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: A #GtkTreeModel.
- * @iter: The #GtkTreeIter.
+ * @iter:
(inout):
The #GtkTreeIter.
*
* Sets @iter to point to the node following it at the current level. If there
* is no next @iter, %FALSE is returned and @iter is set to be invalid.